home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rcs564.zip / RCSDIFF.MAN < prev    next >
Text File  |  1992-10-07  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1)                                             RCSDIFF(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rcsdiff - compare RCS revisions
  9.  
  10. SSYYNNOOPPSSIISS
  11.        rrccssddiiffff [ --kk_s_u_b_s_t ] [ --qq ] [ --rr_r_e_v_1 [ --rr_r_e_v_2 ] ] [ --VV[_n] ]
  12.        [ --xx_s_u_f_f_i_x_e_s ] [ _d_i_f_f _o_p_t_i_o_n_s ] _f_i_l_e _._._.
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        rrccssddiiffff runs ddiiffff(1) to compare two revisions of each RCS
  16.        file given.
  17.  
  18.        Pathnames matching an RCS suffix denote RCS files; all
  19.        others denote working files.  Names are paired as
  20.        explained in ccii(1).
  21.  
  22.        The option --qq suppresses diagnostic output.  Zero, one, or
  23.        two revisions may be specified with --rr.  The option
  24.        --kk_s_u_b_s_t affects keyword substitution when extracting
  25.        revisions, as described in ccoo(1); for example,
  26.        --kkkk --rr11..11 --rr11..22 ignores differences in keyword values when
  27.        comparing revisions 11..11 and 11..22.  To avoid excess output
  28.        from locker name substitution, --kkkkvvll is assumed if (1) at
  29.        most one revision option is given, (2) no --kk option is
  30.        given, (3) --kkkkvv is the default keyword substitution, and
  31.        (4) the working file's mode would be produced by ccoo --ll.
  32.        See ccoo(1) for details about --VV and --xx.  Otherwise, all
  33.        options of ddiiffff(1) that apply to regular files are
  34.        accepted, with the same meaning as for ddiiffff.
  35.  
  36.        If both _r_e_v_1 and _r_e_v_2 are omitted, rrccssddiiffff compares the
  37.        latest revision on the default branch (by default the
  38.        trunk) with the contents of the corresponding working
  39.        file.  This is useful for determining what you changed
  40.        since the last checkin.
  41.  
  42.        If _r_e_v_1 is given, but _r_e_v_2 is omitted, rrccssddiiffff compares
  43.        revision _r_e_v_1 of the RCS file with the contents of the
  44.        corresponding working file.
  45.  
  46.        If both _r_e_v_1 and _r_e_v_2 are given, rrccssddiiffff compares
  47.        revisions _r_e_v_1 and _r_e_v_2 of the RCS file.
  48.  
  49.        Both _r_e_v_1 and _r_e_v_2 may be given numerically or
  50.        symbolically.
  51.  
  52. EEXXAAMMPPLLEE
  53.        The command
  54.  
  55.                rrccssddiiffff  ff..cc
  56.  
  57.        compares the latest revision on the default branch of the
  58.        RCS file to the contents of the working file ff..cc.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. GNU                         1992/07/28                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1)                                             RCSDIFF(1)
  71.  
  72.  
  73. EENNVVIIRROONNMMEENNTT
  74.        RRCCSSIINNIITT
  75.               options prepended to the argument list, separated
  76.               by spaces.  See ccii(1) for details.
  77.  
  78. DDIIAAGGNNOOSSTTIICCSS
  79.        Exit status is 0 for no differences during any comparison,
  80.        1 for some differences, 2 for trouble.
  81.  
  82. IIDDEENNTTIIFFIICCAATTIIOONN
  83.        Author: Walter F. Tichy.
  84.        Revision Number: 5.4; Release Date: 1992/07/28.
  85.        Copyright 1982, 1988, 1989 by Walter F. Tichy.
  86.        Copyright 1990, 1991, 1992 by Paul Eggert.
  87.  
  88. SSEEEE AALLSSOO
  89.        ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1),
  90.        rcsmerge(1), rlog(1)
  91.        Walter F. Tichy, RCS--A System for Version Control,
  92.        _S_o_f_t_w_a_r_e_-_-_P_r_a_c_t_i_c_e _& _E_x_p_e_r_i_e_n_c_e 1155, 7 (July 1985),
  93.        637-654.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. GNU                         1992/07/28                          2
  131.  
  132.  
  133.